(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <intuition/classes.h>
#include <proto/intuition.h>
void RemoveClass()
SYNOPSIS
struct IClass * classPtr
LOCATION
In IntuitionBase at offset 118
FUNCTION
Makes a public class inaccessible. This function may be called several times on the same class and even if the class never was in the public list.
INPUTS
classPtr
Pointer to the result of MakeClass(). May be NULL.
RESULT
None.
NOTES
EXAMPLE
BUGS
SEE ALSO
MakeClass()
,
FreeClass()
,
AddClass()
, "Basic Object-Oriented Programming System for Intuition" and "boopsi Class Reference" Dokument.
INTERNALS
HISTORY
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
28.08.1996 digulla
Proportional gadgets BOOPSI